home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / libglib-perl / TODO < prev   
Text File  |  2008-10-22  |  643b  |  12 lines

  1. - the ability to create new GSources in Perl could be handy, and wouldn't be
  2.   hard to implement (a hash in place of GSourceFuncs).
  3. - GEnum type for G_PRIORITY_VALUES?
  4. - can't implement g_idle_remove_by_data because ... well, how would you
  5.   search for the data value?
  6. - proper cleanup for bad parameter types in Glib::Object::new?
  7.   - would require either iterating over the list twice or cleaning up before
  8.     the croak.  the latter is probably the way to go.
  9.   - there is no way to clean up if gperl_sv_from_value() fails.
  10. - gperl_value_from_sv should change to void return since it croaks on error.
  11.   (can't do this without breaking ABI)
  12.